home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 August / Designer's Club 1997 August.iso / mac / Idea Source / Alarm.DIR / 00007.ls < prev    next >
Encoding:
Text File  |  1997-06-16  |  255 b   |  15 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the visible of sprite 3 to 0
  4.     updateStage()
  5.   end repeat
  6.   set the visible of sprite 3 to 1
  7.   sound stop 1
  8.   sound stop 2
  9.   if the frame = 2 then
  10.     nothing()
  11.   else
  12.     go(the frame - 1)
  13.   end if
  14. end
  15.